Skip to content

Commit 4ac9678

Browse files
Removed all references to old iran3d name
1 parent e1558eb commit 4ac9678

File tree

9 files changed

+23
-13
lines changed

9 files changed

+23
-13
lines changed

doc/Chapters/Chapter2.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ \subsection{Steps to build an IM3D executable file}
9090
\# If unsure, compile all with -O1 only.
9191

9292
im3d \: im3d.o mpimod.o const.o init.o material.o target.o matrix.o index.o magic.o fileio.o cfgwriter.o mshwriter.o bulk.o utils.o random.o\\
93-
\$(CC) \$(LDFLAGS) -o iran3d im3d.o mpimod.o const.o init.o material.o target.o matrix.o index.o magic.o fileio.o cfgwriter.o mshwriter.o bulk.o utils.o random.o \$(LIBFLAG)
93+
\$(CC) \$(LDFLAGS) -o im3d im3d.o mpimod.o const.o init.o material.o target.o matrix.o index.o magic.o fileio.o cfgwriter.o mshwriter.o bulk.o utils.o random.o \$(LIBFLAG)
9494

9595
im3d.o: im3d.h im3d.c
9696

@@ -126,7 +126,7 @@ \subsection{Steps to build an IM3D executable file}
126126
\$(CC) -c \$(CFLAGS) \$$<$
127127

128128
clean:\\
129-
rm -f iran3d *.o
129+
rm -f im3d *.o
130130

131131
clear:\\
132132
rm *.o

examples/CSG/Fe-Y2O3_Fe/Config.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#<<<BEGIN CONFIGFILE
2-
# Configuration file for iran3d
2+
# Configuration file for im3d
33

44
[IonBeam]
55
max_no_ions=1000000
@@ -49,7 +49,7 @@ MaterialsFileName=Materials.in
4949
TargetstructureFileName=Structure.in
5050

5151
#<<<BEGIN STRUCTUREFILE
52-
# Structure definition file for iran3d
52+
# Structure definition file for im3d
5353

5454
[Target]
5555
cell_count_x=90

examples/multi-layer/Config.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#<<<BEGIN CONFIGFILE
2-
# Configuration file for iran3d
2+
# Configuration file for im3d
33

44
[IonBeam]
55
max_no_ions=100000
@@ -50,7 +50,7 @@ MaterialsFileName=Materials.in
5050
TargetstructureFileName=Structure.in
5151

5252
#<<<BEGIN STRUCTUREFILE
53-
# Structure definition file for iran3d
53+
# Structure definition file for im3d
5454

5555
[Target]
5656
cell_count_x=50

src/Config.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#<<<BEGIN CONFIGFILE
2-
# Configuration file for iran3d
2+
# Configuration file for im3d
33

44
[IonBeam]
55
max_no_ions=10000
@@ -50,7 +50,7 @@ MaterialsFileName=Materials.in
5050
TargetstructureFileName=Structure.in
5151

5252
#<<<BEGIN STRUCTUREFILE
53-
# Structure definition file for iran3d
53+
# Structure definition file for im3d
5454

5555
[Target]
5656
cell_count_x=50

src/Config.in_back

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#<<<BEGIN CONFIGFILE
2-
# Configuration file for iran3d
2+
# Configuration file for im3d
33

44
[IonBeam]
55
max_no_ions=100000
@@ -50,7 +50,7 @@ MaterialsFileName=Materials.in
5050
TargetstructureFileName=Structure.in
5151

5252
#<<<BEGIN STRUCTUREFILE
53-
# Structure definition file for iran3d
53+
# Structure definition file for im3d
5454

5555
[Target]
5656
cell_count_x=50

src/history.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,13 @@ Released: 2015-June-29
9898
Add the modulus (index64), which makes im3d can run on a 64-bit system with
9999
a 64-bit MPICH library.
100100

101+
102+
----------------------
103+
Version: im3d_v1.2.1
104+
Released: 2021-October-13
105+
----------------------
106+
Merged Yonggang's libstruct_m.a file compiled with PIE support (CFLAGS =
107+
-fPIE), made numerous cosmetic changes, removed all Mac temporary files,
108+
removed Mac source tree ENTIRELY (as it's not being actively supported).
109+
Removed all references to old 'iran3d' name. Fixed English descriptions
110+
of all parameters within source files and for user output.

src/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This makefile can be used to compile iran3d.
1+
# This makefile can be used to compile im3d.
22

33
# For Linux or UNIX systems I recommend using the gcc for compilation.
44
# On Windows I recommend using mingw32.

src/makefile_m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This makefile can be used to compile iran3d.
1+
# This makefile can be used to compile im3d.
22

33
# For Linux or UNIX systems I recommend using the gcc for compilation.
44
# On Windows I recommend using mingw32.

src/makefile_s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This makefile can be used to compile iran3d.
1+
# This makefile can be used to compile im3d.
22

33
# For Linux or UNIX systems I recommend using the gcc for compilation.
44
# On Windows I recommend using mingw32.

0 commit comments

Comments
 (0)