mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
tochnog is a free finite element program with many features which is distributed under GPL. TOCHNOG accepts free format input. Boundary conditions can be imposed at geometrical entities, as well as nodes and elements. PR: 52088 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
12 lines
300 B
C
12 lines
300 B
C
--- ../tools/aba2tn.cc.orig Sat Jul 12 16:05:32 2003
|
|
+++ ../tools/aba2tn.cc Sat Jul 12 16:08:10 2003
|
|
@@ -1,5 +1,7 @@
|
|
-#include <fstream.h>
|
|
-#include <iostream.h>
|
|
+#include <fstream>
|
|
+#include <iostream>
|
|
+using std::cout;
|
|
+using std::cin;
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|